thread error meaning in Chinese
螺纹误差
Examples
- In addition to inconsistent synchronization , a number of other detectors for common threading errors are included , such as waiting on a monitor with two locks held which , while not necessarily a bug , could cause a deadlock , using the double - checked locking idiom , incorrect lazy initialization of nonvolatile fields , invoking
除了inconsistent synchronization之外, findbugs还包含其他很多用于检测常见线程错误的检测器,如在加锁两次的情况下等待监视器(这虽然不一定是bug ,但是可能导致死锁) ,使用双检测加锁模式,不正确地初始化非易失性的域,对线程调用